home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / john / hc_resed / ResEdit IPS™ / card_7058.txt < prev    next >
Encoding:
Text File  |  1988-07-22  |  2.2 KB  |  57 lines

  1. -- card: 7058 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2664
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A000
  11. -- rect: left=467 top=77 right=125 bottom=507
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 1002 / 1002
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: #3
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   go to card id 9840
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=387 top=63 right=103 bottom=429
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: skip
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   set lockScreen to true
  43.   go next card
  44.   go next card
  45.   set lockScreen to false
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part contents for background part 13
  51. ----- text -----
  52. Here's a few quick tips:  ResEdit is capable of many disk operations.  Select a file and choose Clear from the Edit menu; you can delete files from a disk.  You can create New resource files by choosing it from the File menu, to stock your ICN#'s in, as well as FKEY's and the like.  You get the idea.
  53.  
  54. OK... so I've opened the file Copy of Finder on the disk work disk to the level where I can get at the MENU resources and start changing things.  Click on the Example #3 button to the right to see the next screen.
  55.  
  56. Do you see what's going on here?  Each new window has the name of the item that preceded it, in a proper heirarchy reaching deeper into the files resources with each step.  Neat, huh?  I forgot to mention it earlier, but if you type the name of what you next want to open and press <RETURN>, it'll open the next window down just the same as double-clicking.  Once you get into a resource and it's separate items are listed, you'll notice that each item has a unique ID number that makes it different from its fellows.  I won't go into any more detail on resource ID's right now, but keep in mind that these numbers are EXTREMELY important; I'll explain futher on.
  57.  In addition, you can open more than one file with ResEdit, but for now, we'll stick with the MENUs.  Changing these is EASY.